home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / xtreme_tugboating.swf / scripts / frame_15 / PlaceObject2_192_22 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2011-09-24  |  140b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_quality == "MEDIUM")
  3.    {
  4.       _visible = true;
  5.    }
  6.    else
  7.    {
  8.       _visible = false;
  9.    }
  10. }
  11.